You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ArMCovarianceSpectrum Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ArMCovarianceSpectrum Method

Computes a frequency spectrum with the autoregressive "modified covariance" method.

Syntax
C#
Visual Basic
public static void ArMCovarianceSpectrum([In] TVec Data, [In] TVec aResult, int ArOrder, int ZeroPadding);

Computes a frequency spectrum from Data and places the result in aResult. ArOrder is the autoregressive order used by the modified covariance method and zero padding factor for the FFT is defined with the ZeroPadding parameter.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!